Exploring Deck 195 Prefix’s Vessel ID:01

Please visit the Table of Contents for a complete listing of vessel classes to explore.

Please visit the Summary for a description of the project and how to use the maps

%run deck195_ppnnn_FOSDICparser.py '01' #details on the holoviews setup can be found in the subroutine here.
You passed prefix ['01'] into be plotted

Explore Prefix subset with all ships plotted at the same time, color coding is SST value (grey if unavailable)

sst = gv.Dataset(subgroup,['datetime','water_injection_temperature_degF','Type-Hull','History','shipclass'])
tiles = gv.tile_sources.EsriTerrain
points = sst.to(gv.Points, ['longitude', 'latitude'], ['datetime','water_injection_temperature_degF','Type-Hull','Name','History'])
tiles * points.opts(
    color='water_injection_temperature_degF', cmap='reds',
    tools=['hover'], global_extent=False, width=800, height=600, colorbar=True)

Explore Prefix subset ship by ship - color coding is SST value (grey if unavailable)

sst = gv.Dataset(subgroup,['datetime','water_injection_temperature_degF','Type-Hull','History','shipno'])
tiles = gv.tile_sources.EsriTerrain
points = sst.to(gv.Points, ['longitude', 'latitude'], ['datetime','water_injection_temperature_degF','Type-Hull','Name','History'])
tiles * points.opts(
    color='water_injection_temperature_degF', cmap='reds',
    tools=['hover'], global_extent=False, width=800, height=600, colorbar=True, title='ppnnn : '+prefix[0]+'xxx')
WARNING:param.project_points: Use method 'warning' via param namespace 
WARNING:param.project_points: While projecting a Points element from a PlateCarree coordinate reference system (crs) to a Mercator projection none of the projected paths were contained within the bounds specified by the projection. Ensure you have specified the correct coordinate system for your data.
WARNING:param.project_points: Use method 'warning' via param namespace 
WARNING:param.project_points: While projecting a Points element from a PlateCarree coordinate reference system (crs) to a Mercator projection none of the projected paths were contained within the bounds specified by the projection. Ensure you have specified the correct coordinate system for your data.
subgroup[['datetime','water_injection_temperature_degF','Type-Hull','History','shipno']]
datetime water_injection_temperature_degF Type-Hull History shipno
6063 1944-01-08 12:00:00 76.0 BB-61 https://en.wikipedia.org/wiki/USS_Iowa_(BB-61) 061
10502 1942-01-13 08:00:00 80.0 BB-41 https://en.wikipedia.org/wiki/USS_Mississippi_... 041
10506 1942-01-13 12:00:00 80.0 BB-41 https://en.wikipedia.org/wiki/USS_Mississippi_... 041
10521 1944-01-09 08:00:00 81.0 BB-61 https://en.wikipedia.org/wiki/USS_Iowa_(BB-61) 061
10526 1944-01-09 12:00:00 80.0 BB-61 https://en.wikipedia.org/wiki/USS_Iowa_(BB-61) 061
... ... ... ... ... ...
637668 1945-06-20 08:00:00 NaN BB-46 https://en.wikipedia.org/wiki/USS_Maryland_(BB... 046
637760 1944-06-20 12:00:00 NaN BB-35 https://en.wikipedia.org/wiki/USS_Texas_(BB-35) 035
637762 1943-12-15 08:00:00 NaN BB-36 https://en.wikipedia.org/wiki/USS_Nevada_(BB-36) 036
637921 1944-07-23 08:00:00 84.0 BB-40 https://en.wikipedia.org/wiki/USS_New_Mexico_(... 040
637966 1944-12-01 20:00:00 74.0 NaN NaN 265

10717 rows × 5 columns